home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry 2007
/
Nejlepší české hry 2007.iso
/
hry
/
Becher Tycoon
/
BecherTycoon.exe
/
0
/
RCDATA
/
TFRMMAIN
/
TFRMMAIN.txt
< prev
Wrap
Text File
|
2006-08-31
|
5KB
|
245 lines
object frmMain: TfrmMain
Left = 811
Top = 317
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsNone
Caption = 'Becher Tycoon - Setup'
ClientHeight = 367
ClientWidth = 202
Color = 14523543
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lblResolution: TLabel
Left = 16
Top = 120
Width = 65
Height = 13
Caption = 'Resolution:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object lblLanguage: TLabel
Left = 16
Top = 240
Width = 61
Height = 13
Caption = 'Language:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object imgLogo: TImage
Left = 8
Top = 32
Width = 187
Height = 87
Picture.Data = {<image000.jpg>}
end
object imgPlay: TImage
Left = 24
Top = 272
Width = 64
Height = 64
Cursor = crHandPoint
Hint = 'Play'
ParentShowHint = False
Picture.Data = {<image001.jpg>}
ShowHint = True
OnClick = imgPlayClick
end
object imgExit: TImage
Left = 112
Top = 272
Width = 64
Height = 64
Cursor = crHandPoint
Hint = 'Exit'
ParentShowHint = False
Picture.Data = {<image002.bmp>}
ShowHint = True
OnClick = imgExitClick
end
object imgBecher: TImage
Left = 144
Top = 168
Width = 50
Height = 69
Picture.Data = {<image003.jpg>}
Stretch = True
end
object Image1: TImage
Left = 0
Top = 0
Width = 202
Height = 30
Align = alTop
Picture.Data = {<image004.jpg>}
Stretch = True
end
object lblPlay: TLabel
Left = 24
Top = 344
Width = 65
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Play'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object lblExit: TLabel
Left = 112
Top = 344
Width = 65
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Exit'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object lblDetails: TLabel
Left = 16
Top = 144
Width = 44
Height = 13
Caption = 'Details:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object comboResolution: TComboBox
Left = 104
Top = 118
Width = 81
Height = 21
BevelInner = bvLowered
BevelKind = bkFlat
Style = csDropDownList
ItemHeight = 13
ItemIndex = 2
TabOrder = 0
Text = '1024x768'
Items.Strings = (
'640x480'
'800x600'
'1024x768'
'1280x1024'
'1600x1200'
'1920x1440'
'2048x1536')
end
object checkFullScreen: TCheckBox
Left = 16
Top = 168
Width = 121
Height = 17
Caption = 'Fullscreen'
Checked = True
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentCtl3D = False
ParentFont = False
State = cbChecked
TabOrder = 1
end
object checkMusic: TCheckBox
Left = 16
Top = 192
Width = 121
Height = 17
Caption = 'Music'
Checked = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
State = cbChecked
TabOrder = 2
end
object comboLanguage: TComboBox
Left = 104
Top = 238
Width = 81
Height = 21
BevelInner = bvLowered
BevelKind = bkFlat
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 3
Text = 'English'
OnChange = comboLanguageChange
Items.Strings = (
'English'
'Cesky')
end
object checkSounds: TCheckBox
Left = 16
Top = 216
Width = 121
Height = 17
Caption = 'Sounds'
Checked = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
State = cbChecked
TabOrder = 4
end
object comboDetails: TComboBox
Left = 104
Top = 142
Width = 81
Height = 21
BevelInner = bvLowered
BevelKind = bkFlat
Style = csDropDownList
ItemHeight = 13
ItemIndex = 2
TabOrder = 5
Text = 'High'
Items.Strings = (
'Low'
'Medium'
'High')
end
end